From 054b5216a137c4486e561ab4bbcc14c952c43d17 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Jun 2019 23:11:18 +0000 Subject: [PATCH] Remove debug spew --- gsk/gl/gskgltextureatlas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gsk/gl/gskgltextureatlas.c b/gsk/gl/gskgltextureatlas.c index 06f6fcbedc..fb27bbb7ed 100644 --- a/gsk/gl/gskgltextureatlas.c +++ b/gsk/gl/gskgltextureatlas.c @@ -54,7 +54,7 @@ gsk_gl_texture_atlases_unref (GskGLTextureAtlases *atlases) atlases->ref_count--; } -#if 1 +#if 0 static void write_atlas_to_png (GskGLTextureAtlas *atlas, const char *filename) @@ -98,7 +98,7 @@ gsk_gl_texture_atlases_begin_frame (GskGLTextureAtlases *atlases) } } -#if 1 +#if 0 { static guint timestamp; -- 2.30.2